home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / PCHome.exe / scripts / DefineButton2_68 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-12-04  |  107 b   |  8 lines

  1. on(press){
  2.    tellTarget("ScrollDown")
  3.    {
  4.       gotoAndStop("ScrollScript");
  5.       play();
  6.    }
  7. }
  8.